home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the mouseH > 540 then
- if the movie = "MAIN.DIR" then
- go(2)
- exit
- end if
- if the frame > 15 then
- go(1)
- exit
- end if
- if the movie <> "MAIN.DIR" then
- if the movie <> "DATABASE.DIR" then
- go(5, "MAIN.DIR")
- exit
- else
- if the frame = 2 then
- go(1, "MAIN.DIR")
- else
- go(2)
- end if
- exit
- end if
- else
- go(2)
- exit
- end if
- end if
- if the mouseH < 50 then
- if the movie = "DATABASE.DIR" then
- if the frame < 5 then
- puppetSprite(48, 1)
- set the castNum of sprite 48 to 201
- updateStage()
- exit
- else
- puppetSprite(48, 1)
- set the castNum of sprite 48 to 202
- updateStage()
- exit
- end if
- end if
- if the movie <> "MAIN.DIR" then
- go(1)
- end if
- puppetSprite(20, 1)
- set the castNum of sprite 20 to 3
- updateStage()
- exit
- end if
- end
-